html, body{
    margin: 0;
    padding: 0;
    width: 100svw;
    height: 100svh;
    overflow: hidden;
}

body {
    background-color: rgb(48,48,64) !important;
    width: 100svw;
    height: 100svh;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
    overflow-y: hidden !important;
}